home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3456 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: www.cybercity.dk!usenet
  2. From: ccc6004@vip.cybercity.dk (Hans Henrik Happe)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: doubling pixels horizontally
  5. Date: 20 Feb 1996 10:41:35 GMT
  6. Organization: CyberCity of Denmark
  7. Message-ID: <1258.6624T673T2290@vip.cybercity.dk>
  8. References: <4f4ibc$gl9@news.cs.tu-berlin.de> <591.6610T1165T2102@login.eunet.no><1045.6611T753T2256@vip.cybercity.dk><4faoe1$47@sunsystem5.informatik.tu-muenchen.de><2991.6612T1034T625@vip.cybercity.dk><576.6613T1070T1730@login.eunet.no><1257.6614T57T922@vip.cybercity.dk><1225.6615T1229T800@login.eunet.no><1140.6616T51T1538@vip.cybercity.dk><1982.6617T1096T103@ifi.uio.no><2175.6620T1429T2950@vip.cybercity.dk>
  9.     <3764.6622T781T478@ifi.uio.no> <1597.6622T1436T2294@login.eunet.no>
  10. NNTP-Posting-Host: 194.16.56.146
  11. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  12.  
  13.  
  14. Patrick Hanevold ( patrick.hanevold@login.eunet.no ) wrote:
  15.  
  16. >>>Then you can't do a hole blitter pass. Are you using the blitter???
  17. >>Maybe it was a little unclear? The CPU-2-passes code is now 40% faster than
  18. >>in the first version. So there is much *more* time for *rendering*.
  19. >>(I don't care much about how much time the blitter uses as long as it
  20. >>finishes it work in less than a frame!)
  21.  
  22. >>Mine current routine is using 48 cycles on 2 passes.
  23.  
  24. >>        move.l  #160*128/8-1,d7
  25.  
  26. >>Loop:
  27. >>        move.l  (a0)+,d0               ;Linear Chunky buffer
  28. >>        move.l  (a0)+,d1
  29.  
  30. >>        <2 passes = 48 cycles>
  31.  
  32. >>        move.l  d0,(a1)+               ;chipram
  33. >>        move.l  d2,(a1)+
  34.  
  35. >>        dbra    d7,Loop
  36.  
  37. > What the heck is this??? I didnt wrote this!! I certantly wouldnt do a read
  38. > right after a chip write. Bad boy! Bad boy Ludvig. :)
  39.  
  40. Hmm... The 40% increase is then only for a fastmembuffer to chipmem c2p conversion and
  41. not for a render direct to chipmem (as in rot&zoom'ers where you make the calculations
  42. during chipmem writes)?
  43.  
  44. Have someone made a c2p that can convert a linear chunkybuffer in chipmem with only
  45. 2 blitter passes?
  46.  
  47. Hans Henrik Happe
  48.     Goat / Sumpen
  49.  
  50. You can kill the human race, but you can't kill the AMIGA.
  51.  
  52.